home *** CD-ROM | disk | FTP | other *** search
/ Challenge Pack 3 / Challenge Pack 3.iso / cdgames / cdshell / zack.bat < prev   
Encoding:
DOS Batch File  |  1993-11-30  |  654 b   |  32 lines

  1. @echo off
  2. if exist %0\..\cdshell.exe goto ready
  3. if exist cdshell.exe ZACK
  4. if not exist %0\..\cdshell.exe echo Please run ZACK from the data directory
  5. if not exist %0\..\cdshell.exe goto exit
  6. :ready
  7. if not exist %0\maximize.qzf goto cdshell
  8. cd %0
  9. ZACK.EXE
  10. cd ..
  11. goto exit
  12. :cdshell
  13. %0\..\cdshell PROPER CZ %1 %2 %3
  14. if errorlevel 4 goto spawned
  15. if errorlevel 3 goto error
  16. if errorlevel 2 goto tasked
  17. if errorlevel 1 goto exit
  18. :spawned
  19. cd %0\..
  20. goto exit
  21. :tasked
  22. if not exist task.bat echo ERROR -- Unable to establish current task
  23. if not exist task.bat goto exit
  24. call task
  25. goto exit 
  26. :error
  27. echo Fatal Error
  28. pause
  29. cd \
  30. :exit
  31.  
  32.